Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Rule

Packages that use Rule
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Rule in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Rule
 Rule[] InlineGrammar.getRules()
          Returns the list of rules in this grammar.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Rule
 void InlineGrammar.addRule(Rule rule)
          Adds a rule to this grammar's list.
 void InlineGrammar.removeRule(Rule rule)
          Removes a rule from this grammar's list.